

.head_1 .logo {
	margin-top: 8px;
}

.head_1 .title-tel {
	text-align: right;
	height: 40px;
	line-height: 40px;
	background-color: #eeeeee;
	color: #666666;
	font-size: 0.875rem;
}

.head_1 .title-tel img {
	vertical-align: -3px;
}

.head_1 {
	position: relative;
}

.head_1 .nav .nav_n ul li {
	position: relative;
}

.head_1 .nav .nav_n ul li:hover dl {
	display: block;
}

.head_1 .nav .nav_n ul li dl {
	position: absolute;
	z-index: 999999999;
	display: none;
	background-color: rgb(39, 71, 138);
}

.head_1 .nav .nav_n ul li dl dd a {
	padding: 10px 0;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.head_1 .nav .nav_n ul li dl dd:hover a {
	-webkit-filter:brightness(.9);
	-o-filter:brightness(.9);
	-moz-filter:brightness(.9);
	filter:brightness(.9);
}

.head_1 .nav .nav_n ul li a{
	color: #000000;
	font-size: 1rem;
	display: block;
	min-width: 100px;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0;
}

.head_1 .nav .nav_n ul .on a {
	color: #FFFFFF !important;
	background-color: rgb(39, 71, 138);
}

.head_1 .nav .nav_n ul li:hover a{
	color: #FFFFFF !important;
	background-color: rgb(39, 71, 138);
}

.head_1 .nav .nav_n .box {
	margin: 0 auto;
	margin-top: 35px;
	position: relative;
	width: 100px;
	height: 20px;
	display: none;
}

.head_1 .nav .nav_n .box_2 {
	margin: 0 auto;
	margin-top: 35px;
	position: relative;
	width: 100px;
	height: 20px;
	display: none;
	z-index: 9999;
}

.head_1 .nav .nav_n .box_2 i {
	display: inline-block;
	width: 30px;
	height: 4px;
	background-color: #f2770d;
	position: absolute;
	left: 50%;
	margin-left: -15px;
}

.head_1 .nav .nav_n .box i {
	display: inline-block;
	width: 30px;
	height: 4px;
	background-color: #f2770d;
	position: absolute;
	left: 50%;
	margin-left: -15px;
}

.head_1 .nav .nav_n .box .i_1 {
	top: 0px;
}

.head_1 .nav .nav_n .box .i_2 {
	top: 8px;
}

.head_1 .nav .nav_n .box .i_3 {
	top: 16px;
}

.head_1 .nav .nav_n .box_2 .i_1 {
	transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 4px;
}

.head_1 .nav .nav_n .box_2 .i_2 {
	display: none;
}

.head_1 .nav .nav_n .box_2 .i_3 {
	transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 5px;
}

.banner .swiper-slide {
	height: 500px;
	background-size: cover !important;
}

.banner .swiper-slide img {
	width: 100%;
	display: none;
}

.banner .swiper-slide a {
	display: block;
	height: 100%;
}

.banner .swiper-pagination {
	bottom: 30px !important;
}

@media (max-width: 1024px) {
	.banner .swiper-slide img {
		display: block;
	}

	.banner .swiper-slide {
		height: auto !important;
	}

	.head_1 .nav .nav_n {
		position: relative;
	}

	.head_1 .nav .nav_n .box {
		display: block;
	}

	.head_1 .nav .nav_n ul {
		display: none;
	}

	.head_1 .nav .nav_n ul li {
		width: 100%;
	}

	.head_1 .nav .nav_n ul li a {
		padding: 20px 0;
	}

	.head_1 .logo {
		margin: 10px 0;
	}

	.head_1 .nav .nav_n .box {
		margin-top: 25px;
	}

	.head_1 .nav .nav_n #nav_yd {
		position: absolute;
		top: 55px;
		left: 0;
		width: 100%;
		background-color: #FFFFFF;
		z-index: 9999;
	}

	.head_1 .nav .nav_n ul li a {
		display: block;
		width: 100%;
	}

	.banner .swiper-pagination {
		bottom: 15px !important;
	}

	.head_1 .nav .nav_n ul li dl {
		position: relative;
		display: block;
		width: 100%;
	}

	.head_1 .nav .nav_n ul li dl dd a {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.head_1 .logo {
		width: 67%;
		margin: 15px 0;
	}

	.head_1 .logo img {
		width: 61%;
	}

	.head_1 .nav .nav_n .box {
		margin-top: 21px;
	}

	.head_1 .nav .nav_n .box_2 {
		margin-top: 25px;
	}
}

.more_a::before,
.more_a::after {
 background-color: rgba(51,153,204,1);

}
.about_6{
  padding: 40px 0;
}

.about_6 .title{
	color: rgba(51,51,51,1);
	font-size: 2.25rem;
	text-align: left;
	margin-bottom: 20px;
}

.about_6 .cont{
	margin-top: 60px;
}

.about_6 .cont .left{
	width: 540px;
	height: 450px;
	display: table;
}

.about_6 .cont .left .box{
	display: table-cell;
	vertical-align: middle;
}

.about_6 .cont .left .text{
	color: #666666;
	font-size: 0.875rem;
	line-height: 30px;
	margin-bottom: 30px;
}

.about_6 .cont .left ul li{
	color: #666666;
	font-size: 0.875rem;
	margin-bottom: 15px;
}

.about_6 .cont .left ul li img{
	vertical-align: bottom;
	margin-right: 10px;
}

.about_6 .cont .left .more{
	margin-top: 50px;
}

.about_6 .cont .left .more a{
	color: #FFFFFF;
	font-size: 1rem;
	width: 140px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background-color: rgba(107,188,229,1);
	text-align: center;
	border-radius: 5px;
}

.about_6 .cont .right{
	width: 600px;
	height: 450px;
	overflow: hidden;
}

.about_6 .cont .right img{
	width: 100%;
	height: 100%;
}

@media (max-width: 1024px){
	.about_6 .cont .left{
		width: 45%;
	}

	.about_6 .cont .right{
		width: 50%;
	}
}

@media (max-width: 750px){
  .about_6{

    padding: 0 0 15px 0;
}
	.about_6 .cont{
		margin-top: 20px;
	}
	.about_6 .cont .left{
		width: 100%;
		height: auto;
	}
	.about_6 .cont .right{
		width: 100%;
		margin-top: 20px;
		height: 100%;
	}
	.about_6 .cont .left .text{
		margin-top: 20px;
	}
	.about_6 .cont .left .more{
		margin-top: 35px;
		text-align: center;
	}
	.about_6 .title{
		text-align: center;
		font-size: 20px;
	}
}

 .more_a::before,
 .more_a::after{
	 background-color: rgba(51,153,204,1);
 }
.fotos_7 {
	padding: 40px 0px;
}

.fotos_7 .title {
	color: rgba(51,51,51,1);
	font-size: 2.25rem;
	text-align: center;
}

.fotos_7 .title .t {
	color: #999999;
	font-size: 1rem;
}

.fotos_7 .title .t .span {
	position: relative;
}

.fotos_7 .title .t .span i {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #999999;
	top: 50%;
	margin-top: -0.5px;
}

.fotos_7 .title .t .i1 {
	left: -50px;
}

.fotos_7 .title .t .i2 {
	right: -50px;
}

.fotos_7 .cont {
	margin-top: 30px;
}

.fotos_7 .cont ul li {
	width: 24%;
	margin-right: 1.3%;
	position: relative;
	overflow: hidden;
}

.fotos_7 .cont ul li:last-child {
	margin-right: 0px;
}

.fotos_7 .cont ul li .img {
	max-height: 288px;
}

.fotos_7 .cont ul li .img img {
	width: 100%;
	height: 100%;
}

.fotos_7 .cont ul li .text {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0px;
	bottom: -115px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 155px;
	width: 100%;
}

/* .fotos_7 .cont ul li:hover .text {
	bottom: 0px;
} */

.fotos_7 .cont ul li:hover .text .t {
	color: #333333;
}

.fotos_7 .cont ul li .text .t {
	font-size: 1.25rem;
	margin: 5px 0;
	color: #666666;
	text-align: center;
}

.fotos_7 .cont ul li .text .t2 {
	color: #999999;
	font-size: 0.875rem;
	width: 90%;
	margin: 0 auto;
}

.fotos_7 .cont .more {
	text-align: center;
	margin-top: 60px;
}

.fotos_7 .cont .more a {
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1rem;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgba(107,188,229,1);
}

.fotos_7 .cont .more a:hover {
	color: #FFFFff;
}

@media (max-width: 768px) {}

@media (max-width: 750px) {
	.fotos_7 .cont ul li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.fotos_7 .cont .more {
		margin-top: 20px;
	}

	.fotos_7 .cont ul li .img {
		height: 100%;
		max-height: 100%;
	}
	.fotos_7 .title{
		font-size: 20px;
	}
}

.more_a::before,
.more_a::after {
	background-color: rgba(51,153,204,1);
}
.fotos_7 {
	padding: 40px 0px;
}

.fotos_7 .title {
	color: rgba(51,51,51,1);
	font-size: 2.25rem;
	text-align: center;
}

.fotos_7 .title .t {
	color: #999999;
	font-size: 1rem;
}

.fotos_7 .title .t .span {
	position: relative;
}

.fotos_7 .title .t .span i {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #999999;
	top: 50%;
	margin-top: -0.5px;
}

.fotos_7 .title .t .i1 {
	left: -50px;
}

.fotos_7 .title .t .i2 {
	right: -50px;
}

.fotos_7 .cont {
	margin-top: 30px;
}

.fotos_7 .cont ul li {
	width: 24%;
	margin-right: 1.3%;
	position: relative;
	overflow: hidden;
}

.fotos_7 .cont ul li:last-child {
	margin-right: 0px;
}

.fotos_7 .cont ul li .img {
	max-height: 288px;
}

.fotos_7 .cont ul li .img img {
	width: 100%;
	height: 100%;
}

.fotos_7 .cont ul li .text {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0px;
	bottom: -115px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 155px;
	width: 100%;
}

/* .fotos_7 .cont ul li:hover .text {
	bottom: 0px;
} */

.fotos_7 .cont ul li:hover .text .t {
	color: #333333;
}

.fotos_7 .cont ul li .text .t {
	font-size: 1.25rem;
	margin: 5px 0;
	color: #666666;
	text-align: center;
}

.fotos_7 .cont ul li .text .t2 {
	color: #999999;
	font-size: 0.875rem;
	width: 90%;
	margin: 0 auto;
}

.fotos_7 .cont .more {
	text-align: center;
	margin-top: 60px;
}

.fotos_7 .cont .more a {
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1rem;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgba(107,188,229,1);
}

.fotos_7 .cont .more a:hover {
	color: #FFFFff;
}

@media (max-width: 768px) {}

@media (max-width: 750px) {
	.fotos_7 .cont ul li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.fotos_7 .cont .more {
		margin-top: 20px;
	}

	.fotos_7 .cont ul li .img {
		height: 100%;
		max-height: 100%;
	}
	.fotos_7 .title{
		font-size: 20px;
	}
}

.more_a::before,
.more_a::after {
	background-color: rgba(51,153,204,1);
}
.news_12-1 {
	padding: 40px 0;
}

.news_12-1 .title{
	color: rgba(51,51,51,1);
	font-size: 2.25rem;
	text-align: center;
}

.news_12-1 .cont {
	margin-top: 60px;
}

.news_12-1 .cont .hot {
	position: relative;
	height: 390px;
	width: 560px;
}

.news_12-1 .cont .hot .bt{
	width: 100%;
	height: 100%;
}

.news_12-1 .cont .hot .text {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.49);
	width: 100%;
	height: 120px;
}

.news_12-1 .cont .hot .text .t {
	color: #FFFFFF;
	font-size: 20px;
	margin: 20px 20px 0 20px;
}

.news_12-1 .cont .hot .text .t2 {
	color: #FFFFFF;
	font-size: 14px;
	margin: 5px 20px 10px 20px;
}

.news_12-1 .cont .hot .text .time {
	color: #CCCCCC;
	font-size: 14px;
	margin: 0 20px 0 20px;
}

.news_12-1 .cont .hot .text .time img {
	margin-left: 10px;
}

.news_12-1 .cont .list ul li {
	height: 110px;
	margin-bottom: 30px;
}

.news_12-1 .cont .list {
	margin-right: 40px;
}

.news_12-1 .cont .list ul li .time {
	background-color: #eeeeee;
	width: 110px;
	text-align: center;
	height: 100%;
}

.news_12-1 .cont .list ul li .time .t {
	color: #f2770d;
	font-size: 36px;
	margin-top: 15px;
}

.news_12-1 .cont .list ul li .time .t2 {
	color: #2f323d;
	font-size: 14px;
}

.news_12-1 .cont .list ul li .text {
	height: 95px;
	background-color: #FFFFFF;
	width: 450px;
	padding: 15px 20px 0 20px;
}

.news_12-1 .cont .list ul li .text .til .tex {
	color: #333333;
	font-size: 20px;
	width: 80%;
}

.news_12-1 .cont .list ul li .text .til .time_c {
	color: #666666;
	font-size: 14px;
}

.news_12-1 .cont .list ul li .text .til .time_c img {
	margin-right: 10px;
}

.news_12-1 .cont .list ul li .text .nr {
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	margin-top: 7px;
		display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_12-1 .more{
	text-align: center;
	margin-top: 30px;
}

.news_12-1 .more a{
	font-size: 1rem;
	display: inline-block;
	box-sizing: border-box;
	width: 140px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(107,188,229,1);
	border-radius: 5px;
	color: #FFFFFF;
}

.news_12-1 .more a:hover{
	color: #FFFFFF;
}

@media (max-width: 1024px){
	.news_12-1 .cont .hot{
		width: 48%;
		height: 100%;
	}
	.news_12-1 .cont .hot .bt{
		width: 100%;
		height: 100%;
	}
	.news_12-1 .cont .list{
		width: 50%;
		margin-right: 2%;
	}
	.news_12-1 .cont .list ul li .time{
		width: 25%;
	}
	.news_12-1 .cont .list ul li .text{
		width: 70%;
		margin-left: 5%;
		box-sizing: border-box;
	}
}

@media (max-width: 750px){
	.news_12-1 .cont{
		margin-top: 25px;
	}
	.news_12-1 .cont .hot{
		width: 100%;
	}
	.news_12-1 .cont .hot .bt{
		display: block;
	}
	.news_12-1 .cont .list{
		width: 100%;
		 margin-top: 20px;
	}
	.news_12-1 .more{
		margin-top: 0px;
	}
	.news_12-1 .title{
		font-size: 20px;
	}
}

 .more_a::before,
 .more_a::after{
	 background-color: rgba(51,153,204,1);
 }.fotos_10 {
	padding: 40px 0;
	box-sizing: border-box;
	/*background: url(../img_all/case_10_bg.jpg) center no-repeat;*/
	background-size: cover !important;
}

.fotos_10 .title {
	/* color: rgba(51,51,51,1); */
	color: #FFFFFF;
	font-size: 2.25rem;
	text-align: center;
}

.fotos_10 .cont {
	margin-top: 50px;
}

.fotos_10 .cont ul li {
	width: 23%;
	margin-right: 2.6666%;
	background-color: #FFFFFF;
}

.fotos_10 .cont ul li .img {
	height: 195px;
}

.fotos_10 .cont ul li .img img {
	width: 100%;
	height: 100%;
}

.fotos_10 .cont ul li:last-child {
	margin-right: 0px;
}

.fotos_10 .cont ul li .text {
	box-sizing: border-box;
	padding: 10px;
}

.fotos_10 .cont ul li .text .t {
	color: #333333;
	font-size: 1.125rem;
	margin: 0px 0 5px 0;
}

.fotos_10 .cont ul li .text .t2 {
	color: #666666;
	font-size: 0.875rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 22px;
}

.fotos_10 .cont .more {
	text-align: center;
	margin-top: 50px;
}

.fotos_10 .cont .more a {
	display: inline-block;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 1rem;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgba(107,188,229,1);
}

.fotos_10 .cont .more a:hover {
	color: #FFFFFF;
}

@media (max-width: 768px) {
	.fotos_10 .cont ul li .img {
		height: 120px;
	}
	.fotos_10 .title {
		font-size: 20px;
	}
}

@media (max-width: 500px) {
	.fotos_10 .cont{
		margin-top: 20px;
	}
	.fotos_10 .cont ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.fotos_10 .cont ul li:nth-child(2n){
		margin-right: 0px;
	}
	.fotos_10 .cont ul li .img {
		height: 138px;
	}
}

 .more_a::before,
 .more_a::after{
	 background-color: rgba(51,153,204,1);
 }
.footer_5 {
	text-align: center;
	background-color: rgba(51,153,204,1);
	padding: 20px 0;
}

.footer_5 .link {
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	opacity: .3;
}

.footer_5 .link a {
	color: rgba(255,255,255,0.8);
	margin-right: 5px;
}

.footer_5 .about {
	display: inline-block;
	margin: 0 auto;
	border-top: 1px solid rgba(215, 215, 215, .7);
	border-bottom: 1px solid rgba(215, 215, 215, .7);
	padding: 10px 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}

.footer_5 .about a {
	color: rgba(255,255,255,0.8);
	margin-right: 20px;
	opacity: .7;
}

.footer_5 .text {
	color: rgba(255,255,255,0.8);
	opacity: .3;
	font-size: 14px;
}

.footer_5 .text a {
	color: rgba(255,255,255,0.8);
}

@media (max-width: 768px) {
	.footer_5 {
		padding: 10px 0;
	}

	.footer_5 .link {
		margin-bottom: 10px;
	}

	.footer_5 .about {
		display: none;
	}

	.footer_5 .text p {
		margin-top: 5px;
	}
}
.info_1{
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 600px;
}

.info_1 .text {
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}

.info_1 .title .t {
	text-align: center;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
}

.info_1 .title .time {
	padding-top: 20px;
	border-top: 1px dashed #DDDDDD;
	margin-top: 30px;
	color: #666666;
	font-size: 14px;
	text-align: center;
}.news_9 {
	padding: 40px 0;
}

.news_9 .title {
	color: #3e8378;
	font-size: 2.25rem;
	text-align: center;
}

.news_9 .title .t {
	color: #999999;
	font-size: 0.875rem;
}

.news_9 .cont {
	margin-top: 40px;
}

.news_9 .cont ul li {
	padding: 15px;
	box-sizing: border-box;
	width: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	padding-top: 30px;
	margin-bottom: 30px;
}

.news_9 .cont ul li a {
	display: block;
	color: #3e8378;
	font-size: 1.125rem;
	margin-bottom: 5px;
}

.news_9 .cont ul li .text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #999999;
	font-size: 0.875rem;
	margin-bottom: 25px;
	box-sizing: border-box;
	margin-top: 20px;
	width: 80%;
}

.news_9 .cont ul li:hover {
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.news_9 .cont ul li i {
	display: inline-block;
	width: 29px;
	height: 29px;
	border: 1px solid #ddd;
	-webkit-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
	font-style: normal;
	text-align: center;
	color: #DDDDDD;
	position: absolute;
	right: 90px;
	bottom: 20px;
	border-radius: 5px;
}

.news_9 .cont ul li:hover i {
	right: 15px;
	border: 1px solid #3e8378;
	color: #3e8378;
}

.page {
	text-align: right;
	margin-top: 30px;
}

.page a {
	display: inline-block;
	background: #f2f2f2;
	color: #777777;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #dddddd;
}

.page .tx {
	width: 40px;
	border: 1px solid #dddddd;
}

.page img {
	vertical-align: 1px;
}

.page .i1 {
	margin-right: 10px;
}

.page .i3 {
	display: none;
}

.page a:hover .i1 {
	display: none;
}

.page a:hover .i3 {
	display: inline-block;
	margin-right: 10px;
}

.page .i2 {
	margin-left: 10px;
}

.page .i4 {
	margin-left: 10px;
	display: none;
}

.page a:hover .i2 {
	display: none;
}

.page a:hover .i4 {
	display: block;
	display: inline-block;
}

.page em {
	color: #777777;
	font-size: 14px;
	margin: 0 5px;
}

.page .on {
	background: #3e8378;
	color: #FFFFFF;
}

.page a:hover {
	background: #3e8378;
	color: #FFFFFF;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}


@media (max-width: 1024px) {
	.news_9 .cont ul li i {
		right: 45px;
		bottom: 25px;
	}
}

@media (max-width: 500px){
	.news_9 .cont{
		margin-top: 20px;
	}
	.news_9 .cont ul li{
		width: 100%;
	}
	.page{
		text-align: center;
	}
	.page a{
		margin-bottom: 10px;
	}
}
.fotos_13 {
	padding: 35px 0;
}

.fotos_13 .title {
	text-align: center;
}

.fotos_13 .title h4 {
	font-size: 2.25rem;
	color: rgba(51,51,51,1);
	font-weight: normal;
}

.fotos_13 .link {
	display: flex;
	margin-top: 30px;
}

.fotos_13 .link li {
	flex: 1;
	margin-right: 60px;
}

.fotos_13 .link li:last-child {
	margin-right: 0;
}

.fotos_13 .link li a {
	font-size: 24px;
	color: #FFFFFF;
	background-color: rgb(49, 97, 172);
	display: block;
	text-align: center;
	padding: 10px 0;
}

.fotos_13 .images {
	margin-top: 30px;
	flex-wrap: wrap;
    display: flex;
}

.fotos_13 .images li {
	width: 32%;
	margin-right: 2%;
	/*border: 1px solid #DDDDDD;*/
	box-sizing: border-box;
	margin-bottom: 20px;
}

.fotos_13 .images li img {
	width: 100%;
	max-height: 380px;
}

.fotos_13 .images li {
	position: relative;
	overflow: hidden;
	display: block;
}

.fotos_13 .images li:before {
	position: absolute;
	top: 0px;
	left: -80%;
	display: block;
	content: "";
	width: 40%;
	height: 100%;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.fotos_13 .images li:hover:before {
	-moz-transition: left 1s ease 0s;
	-webkit-transition: left 1s ease 0s;
	transition: left 1s ease 0s;
	left: 140%;
}

.fotos_13 .images li:nth-child(3n) {
	margin-right: 0;
}

.fotos_13 .images li .img {
	text-align: center;
}

.fotos_13 .images li .text {
	box-sizing: border-box;
	padding: 10px 20px;
}

.fotos_13 .images li .text p {
	color: #333333;
	font-size: 16px;
}

.fotos_13 .images li .text .t2 {
	color: #666666;
	font-size: 14px;
}

.fotos_13 .cont .more {
	text-align: center;
	margin-top: 50px;
}

.fotos_13 .cont .more a {
	display: inline-block;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #333333;
	font-size: 1rem;
	box-sizing: border-box;
	background-color: rgba(107,188,229,1);
	border-radius: 5px;
	color: #FFF;
}

.fotos_13 .cont .more a:hover {
	color: #FFFFFF;
}


@media (max-width: 1024px) {
	/* 	.fotos_13 .bd ul li {
		margin-right: 26px;
	}

	.fotos_13 .bd ul li .img i p {
		margin-top: 70px;
	} */
}

@media (max-width: 768px) {
	.fotos_13 .link li {
		margin-right: 30px;
	}
}

@media (max-width: 414px) {
	.fotos_13 .link li{
		margin-right: 10px;
	}
	.fotos_13 .link li a {
		font-size: 16px;
	}
   .fotos_13 .images li{
	  width: 48%;
   }
   .fotos_13 .images li:nth-child(2n){
	   margin-right: 0;
   }
   .fotos_13 .images li:nth-child(2n-1){
	   margin-right: 2%;
   }
	.fotos_13 .cont .more {
		margin-top: 40px;
	}

}

 .more_a::before,
 .more_a::after{
	 background-color: rgba(51,153,204,1);
 }
.news_11 {
	padding: 40px 0;
}

.news_11 .title {
	color: #333333;
	font-size: 2.25rem;
	text-align: center;
}

.news_11 .title .t {
	color: #999999;
	font-size: 0.875rem;
}

.news_11 .cont {
	margin-top: 40px;
}

.news_11 .cont ul li {
	width: 32.333%;
	margin-right: 1.5%;
	margin-bottom: 20px;
}

.news_11 .cont ul li:nth-child(3n){
	margin-right: 0;
}

.news_11 .cont ul li .img {
	height: 240px;
	position: relative;
}

.news_11 .cont ul li .img img {
	width: 100%;
	height: 100%;
}

.news_11 .cont ul li .img .time {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0px;
	left: 0px;
	color: #FFFFFF;
	font-size: 0.875rem;
	padding-left: 20px;
	box-sizing: border-box;
}

.news_11 .cont ul li .img .time img {
	width: 20px;
	height: 12px;
	margin: 0 5px 0px 15px;
}

.news_11 .cont ul li .text{
	padding: 20px;
	box-sizing: border-box;
}

.news_11 .cont ul li .text .t {
	color: #333333;
	font-size: 1.25rem;
}

.news_11 .cont ul li .text .t2 {
	color: #666666;
	font-size: 0.875rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px;
	line-height: 30px;
}

.news_11 .cont ul li:hover .text{
	background-color: #079ad7;
}

.news_11 .cont ul li:hover .text .t{
	color: #FFFFFF;
}

.news_11 .cont ul li:hover .text .t2{
	color: #FFFFFF;
}

.news_11 .cont .more{
	text-align: center;
	margin-top: 30px;
}

.news_11 .cont .more a{
	color: #666666;
	font-size: 0.875rem;
	display: inline-block;
	box-sizing: border-box;
	width: 140px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #DDDDDD;
}

.news_11 .cont .more a:hover{
	color: #FFFFFF;
	border: 1px solid #079ad7;
	background-color: #079ad7;
}

.page {
	text-align: right;
	margin-top: 30px;
}

.page a {
	display: inline-block;
	background: #f2f2f2;
	color: #777777;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #dddddd;
}

.page .tx {
	width: 40px;
	border: 1px solid #dddddd;
}

.page img {
	vertical-align: 1px;
}

.page .i1 {
	margin-right: 10px;
}

.page .i3 {
	display: none;
}

.page a:hover .i1 {
	display: none;
}

.page a:hover .i3 {
	display: inline-block;
	margin-right: 10px;
}

.page .i2 {
	margin-left: 10px;
}

.page .i4 {
	margin-left: 10px;
	display: none;
}

.page a:hover .i2 {
	display: none;
}

.page a:hover .i4 {
	display: block;
	display: inline-block;
}

.page em {
	color: #777777;
	font-size: 14px;
	margin: 0 5px;
}

.page .on {
	background: #079ad7;
	color: #FFFFFF;
}

.page a:hover {
	background: #079ad7;
	color: #FFFFFF;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}

@media (max-width: 768px){
	.news_11 .cont ul li .img{
		height: 155px;
	}
}

@media (max-width: 500px){
	.news_11 .cont ul li{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.news_11 .cont ul li .img{
		height: 100%;
	}
	.news_11 .cont ul li .img img{
		display: block;
	}	
	.news_11 .cont ul li .img .time img{
		display: inline-block;
	}
	.page{
		text-align: center;
	}
	.page a{
		margin-bottom: 10px;
	}
}
.page_1{
	font-size: 16px;
	line-height: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 600px;
}

/*@media (max-width: 600px){
	.page_1{
		min-height: 600px;
	}
}*/
